crypto/tls.Conn.cipherSuite (field)

13 uses

	crypto/tls (current package)
		conn.go#L52: 	cipherSuite      uint16
		conn.go#L1334: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		conn.go#L1590: 			c.quicSetReadSecret(QUICEncryptionLevelApplication, c.cipherSuite, c.in.trafficSecret)
		conn.go#L1631: 	state.CipherSuite = c.cipherSuite
		handshake_client.go#L651: 	hs.c.cipherSuite = hs.suite.id
		handshake_client_tls13.go#L213: 	c.cipherSuite = hs.suite.id
		handshake_client_tls13.go#L591: 		if hs.session.cipherSuite != c.cipherSuite {
		handshake_client_tls13.go#L879: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		handshake_server.go#L397: 	c.cipherSuite = hs.suite.id
		handshake_server.go#L546: 	c.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L195: 	c.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L980: 	suite := cipherSuiteTLS13ByID(c.cipherSuite)
		ticket.go#L296: 		cipherSuite:       c.cipherSuite,